home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Examples / AppKit / UnderPressure / English.lproj / UnderPressure.nib / data.classes next >
Encoding:
Text File  |  1992-06-11  |  475 b   |  34 lines

  1. Brush = {
  2.     ACTIONS = {
  3.     setPressureExponent:;
  4.     setBrushColor:;
  5.     setMinSize:;
  6.     setPressureCoefficient:;
  7.     };
  8.     OUTLETS = {
  9.     minSize;
  10.     brushColor;
  11.     pressureCoefficient;
  12.     pressureExponent;
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. PressureView = {
  22.     ACTIONS = {
  23.     setPressureState:;
  24.     setCoalesceState:;
  25.     clear:;
  26.     };
  27.     OUTLETS = {
  28.     brush;
  29.     backingImage;
  30.     proximityText;
  31.     };
  32.     SUPERCLASS = View;
  33. };
  34.